home *** CD-ROM | disk | FTP | other *** search
/ Telecommunications & Multimedia Encyclopedia / Jones Telecommunications and Multimedia Encyclopedia (Jones)(1996).ISO / mac / ENCYCLOP / SEEALSO.DIR / 00005_Script_5 < prev   
Text File  |  1996-01-04  |  256b  |  11 lines

  1. on exitFrame
  2.   global gViewerObj, gJumpString
  3.   
  4.   if the machinetype = 256 then
  5.     set seetext = gViewerObj (mGetSeeAlso)
  6.   else
  7.     set seetext = gViewerObj (mGetSeeAlso, value (gJumpString))
  8.   end if
  9.   
  10.   set the text of cast 2 to seetext
  11. end